Soundblaster support
--------------------

These modules are copyright and the property of ESP
DO NOT - on PAIN of DEATH, give these to anyone else!

The soundblaster support is straightforward to install. 
1) Install the 16 bit sound card, including its new modules.
2) Copy the !PC in the Drivers.sound directory over your !PC, to add the two
     modules SSound & PCSound.
3) Uncomment the two modules in the !PC.!Run file:
RMEnsure sharedsound    0.08 RMload <Diva$dir>.ssound
RMEnsure sharedsound    0.08 Error <Diva$dir>.ssound not found or too old
RMEnsure pcsound        0.59 RMload <Diva$dir>.pcsound
RMEnsure pcsound        0.59 Error <Diva$dir>.pcsound not found or too old
4) That's it really, apart from DOS side drivers (eg for Windows).

Windows 3.11 comes with 8 bit drivers.

You need to specify IRQ 7, PORT 220, MIDI PORT 330, DMA 1 when asked.

Here are the details of what should happen to your Windows SYSTEM.INI file:

----------------
;Minimum listing for the installation
;of the Creative labs SoundBlaster 1.5 support.


[mci]
WaveAudio=mciwave.drv
Sequencer=mciseq.drv
CDAudio=mcicda.drv

[drivers]
timer=timer.drv
midimapper=midimap.drv
Wave=sndblst2.drv
MIDI=sndblst2.drv
MIDI1=msadlib.drv

[sndblst.drv]
port=220
int=7


;This will provide playback of 8 bit files ONLY

------------------

;To play 16 bit and ADPCM through the 1.5 driver 
;addiional items as follows need to be added:


[drivers]
timer=timer.drv
WaveMapper=msacm.drv
MSACM.msadpcm=msadpcm.acm
MSACM.imaadpcm=imaadpcm.acm
midimapper=midimap.drv
Wave=sndblst2.drv
MIDI=sndblst2.drv

[msacm.drv]
Playback=Creative Labs Sound Blaster 1.5
Record=Creative Labs Sound Blaster 1.5
PreferredOnly=0

[msacm.imaadpcm]
MaxRTEncodeSetting=4
MaxRTDecodeSetting=5

[MSACM]
Install=msadpcm.acm

[sndblst.drv]
port=220
int=7

--------------

The msacm code is copyright Microsoft.
The crucial files being:

  msacm.drv
  msadpcm.acm
  imaadpcm.acm

These do not come with windows, but are likely to be installed by any
multimedia software you have.


